create-cubing-app 0.35.6-rc14 → 0.35.6-rc15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/create-cubing-app.js +2 -2
- package/package.json +1 -1
package/bin/create-cubing-app.js
CHANGED
|
@@ -146,11 +146,11 @@ console.log(`Created a cubing project. To develop your app, run:
|
|
|
146
146
|
cd ${packageRoot}
|
|
147
147
|
npm run dev
|
|
148
148
|
|
|
149
|
-
To create a build
|
|
149
|
+
To create a build of your app that can be uploaded to a file server, run:
|
|
150
150
|
|
|
151
151
|
npm run build
|
|
152
152
|
|
|
153
|
-
When a new version of \`cubing.js\` is released
|
|
153
|
+
When a new version of \`cubing.js\` is released in the future, you can upgrade using:
|
|
154
154
|
|
|
155
155
|
npm install cubing@latest
|
|
156
156
|
|