mirror of
https://github.com/Nezumi-2711/html-css-practice-one.git
synced 2026-09-22 20:01:21 +00:00
Update package.json file
This commit is contained in:
+4
-5
@@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "practice-01",
|
"name": "practice-01",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "Practice html-css-training-one",
|
||||||
"source": "src/index.html",
|
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/pages/*.html --no-cache --no-source-maps",
|
||||||
"start": "parcel --no-cache"
|
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir build",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user